diff options
| author | Juanma Barranquero | 2007-05-16 13:13:20 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-05-16 13:13:20 +0000 |
| commit | 602ea79e37d0208213c4b58f151e704e5644e445 (patch) | |
| tree | 23456bfa959f6aa8048703bec9b4fd59ed7852f6 | |
| parent | 03237de1f418ba13a0918a49a3e49a0f118ddaff (diff) | |
| download | emacs-602ea79e37d0208213c4b58f151e704e5644e445.tar.gz emacs-602ea79e37d0208213c4b58f151e704e5644e445.zip | |
(dabbrev-upcase-means-case-search): Doc fix.
| -rw-r--r-- | lisp/dabbrev.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 1cfad105a95..e8bb0850e64 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el | |||
| @@ -147,7 +147,7 @@ Any other non-nil version means case is not significant." | |||
| 147 | 147 | ||
| 148 | (defcustom dabbrev-upcase-means-case-search nil | 148 | (defcustom dabbrev-upcase-means-case-search nil |
| 149 | "*The significance of an uppercase character in an abbreviation. | 149 | "*The significance of an uppercase character in an abbreviation. |
| 150 | nil means case fold search when searching for possible expansions; | 150 | A nil value means case fold search when searching for possible expansions; |
| 151 | non-nil means case sensitive search. | 151 | non-nil means case sensitive search. |
| 152 | 152 | ||
| 153 | This variable has an effect only when the value of | 153 | This variable has an effect only when the value of |