mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Doc fix.
This commit is contained in:
parent
06adf6b1ac
commit
52dcc11466
3 changed files with 2 additions and 4 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue