From 52dcc11466283cd06b326fd5bf83d19dcb4aaf25 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 2 Dec 2001 07:17:00 +0000 Subject: [PATCH] Doc fix. --- lisp/progmodes/ebrowse.el | 3 +-- lisp/progmodes/octave-mod.el | 2 +- 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 -- 2.39.2