diff options
| -rw-r--r-- | lisp/dabbrev.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 234f83f24b3..a6f454116e9 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el | |||
| @@ -130,6 +130,8 @@ This variable has an effect only when the value of | |||
| 130 | ;; I recommend that you set this to nil. | 130 | ;; I recommend that you set this to nil. |
| 131 | (defvar dabbrev-case-replace 'case-replace | 131 | (defvar dabbrev-case-replace 'case-replace |
| 132 | "*Non-nil means dabbrev should preserve case when expanding the abbreviation. | 132 | "*Non-nil means dabbrev should preserve case when expanding the abbreviation. |
| 133 | More precisely, it preserves the case pattern of the abbreviation as you | ||
| 134 | typed it--as opposed to the case pattern of the expansion that is copied. | ||
| 133 | The value of this variable is an expression; it is evaluated | 135 | The value of this variable is an expression; it is evaluated |
| 134 | and the resulting value determines the decision. | 136 | and the resulting value determines the decision. |
| 135 | For example, setting this to `case-replace' means evaluate that | 137 | For example, setting this to `case-replace' means evaluate that |