diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-12-02 07:17:00 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2001-12-02 07:17:00 +0000 |
commit | 52dcc11466283cd06b326fd5bf83d19dcb4aaf25 (patch) | |
tree | 59762a0151c75213e605302de6fd8f698c57aadb | |
parent | 06adf6b1ac44dfa3f73d2ddee5d8121b6365666a (diff) | |
download | emacs-52dcc11466283cd06b326fd5bf83d19dcb4aaf25.tar.gz |
Doc fix.
-rw-r--r-- | lisp/progmodes/ebrowse.el | 3 | ||||
-rw-r--r-- | lisp/progmodes/octave-mod.el | 2 | ||||
-rw-r--r-- | lisp/textmodes/ispell.el | 1 |
3 files changed, 2 insertions, 4 deletions
diff --git a/lisp/progmodes/ebrowse.el b/lisp/progmodes/ebrowse.el index 2ad389ed31b..77782ccf85d 100644 --- a/lisp/progmodes/ebrowse.el +++ b/lisp/progmodes/ebrowse.el @@ -519,8 +519,7 @@ This must be the same that `ebrowse' uses.") (defvar ebrowse--last-regexp nil "Last regular expression searched for in tree and member buffers. -Automatically buffer-local so that each tree and member buffer -maintains its own search history.") +Each tree and member buffer maintains its own search history.") (make-variable-buffer-local 'ebrowse--last-regexp) diff --git a/lisp/progmodes/octave-mod.el b/lisp/progmodes/octave-mod.el index 6310c8aae80..b87e2ee5bf8 100644 --- a/lisp/progmodes/octave-mod.el +++ b/lisp/progmodes/octave-mod.el @@ -734,7 +734,7 @@ level." (defun octave-indent-for-comment () "Maybe insert and indent an Octave comment. If there is no comment already on this line, create a code-level comment -(started by two comment characters) if the line is empty, or an in-line +\(started by two comment characters) if the line is empty, or an in-line comment (started by one comment character) otherwise. Point is left after the start of the comment which is properly aligned." (interactive) diff --git a/lisp/textmodes/ispell.el b/lisp/textmodes/ispell.el index 178363e1beb..d47be46e4b8 100644 --- a/lisp/textmodes/ispell.el +++ b/lisp/textmodes/ispell.el @@ -415,7 +415,6 @@ where DICTNAME is the name of your default dictionary." (defcustom ispell-local-dictionary nil "If non-nil, the dictionary to be used for Ispell commands. The value must be a string dictionary name in `ispell-dictionary-alist'. -This variable becomes buffer-local when set in any fashion. Setting `ispell-local-dictionary' to a value has the same effect as calling \\[ispell-change-dictionary] with that value. This variable |