mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Fix typos.
This commit is contained in:
parent
8350f087ef
commit
0b381c7eb8
53 changed files with 110 additions and 76 deletions
|
|
@ -2284,7 +2284,7 @@ Otherwise the variable `ispell-grep-command' contains the command used to
|
|||
search for the words (usually egrep).
|
||||
|
||||
Optional second argument contains the dictionary to use; the default is
|
||||
`ispell-alternate-dictionary', overriden by `ispell-complete-word-dict'
|
||||
`ispell-alternate-dictionary', overridden by `ispell-complete-word-dict'
|
||||
if defined."
|
||||
;; We don't use the filter for this function, rather the result is written
|
||||
;; into a buffer. Hence there is no need to save the filter values.
|
||||
|
|
|
|||
|
|
@ -253,7 +253,7 @@ one with the `xr' package."
|
|||
|
||||
(defun reftex-translate (files search-re translate-alist error-fmt test)
|
||||
;; In FILES, look for SEARCH-RE and replace match 1 of it with
|
||||
;; its association in TRANSLATE-ALSIT.
|
||||
;; its association in TRANSLATE-ALIST.
|
||||
;; If we do not find an association and TEST is non-nil, query
|
||||
;; to ignore the problematic string.
|
||||
;; If TEST is nil, it is ignored without query.
|
||||
|
|
|
|||
|
|
@ -1558,7 +1558,7 @@ LCON is the lexical context, if any."
|
|||
|
||||
(defun sgml-guess-indent ()
|
||||
"Guess an appropriate value for `sgml-basic-offset'.
|
||||
Base the guessed identation level on the first indented tag in the buffer.
|
||||
Base the guessed indentation level on the first indented tag in the buffer.
|
||||
Add this to `sgml-mode-hook' for convenience."
|
||||
(interactive)
|
||||
(save-excursion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue