mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
Ispell: Use "personal dictionary" terminology consistently
* lisp/textmodes/ispell.el (ispell-command-loop, ispell-help): Use consistent terminology when referring to "personal dictionary". (Bug#75802)
This commit is contained in:
parent
cc791e7499
commit
5638b1d6bd
1 changed files with 5 additions and 5 deletions
|
|
@ -56,7 +56,7 @@
|
||||||
;; Commands in ispell-region:
|
;; Commands in ispell-region:
|
||||||
;; Character replacement: Replace word with choice. May query-replace.
|
;; Character replacement: Replace word with choice. May query-replace.
|
||||||
;; ` ': Accept word this time.
|
;; ` ': Accept word this time.
|
||||||
;; `i': Accept word and insert into private dictionary.
|
;; `i': Accept word and insert into personal dictionary.
|
||||||
;; `a': Accept word for this session.
|
;; `a': Accept word for this session.
|
||||||
;; `A': Accept word and place in buffer-local dictionary.
|
;; `A': Accept word and place in buffer-local dictionary.
|
||||||
;; `r': Replace word with typed-in value. Rechecked.
|
;; `r': Replace word with typed-in value. Rechecked.
|
||||||
|
|
@ -2196,7 +2196,7 @@ Global `ispell-quit' is set to start location to continue spell session."
|
||||||
(insert (car guess) " ")
|
(insert (car guess) " ")
|
||||||
(setq guess (cdr guess)))
|
(setq guess (cdr guess)))
|
||||||
(insert (substitute-command-keys
|
(insert (substitute-command-keys
|
||||||
"\nUse option `i' to accept this spelling and put it in your private dictionary.\n"))))
|
"\nUse option `i' to accept this spelling and put it in your personal dictionary.\n"))))
|
||||||
(while choices
|
(while choices
|
||||||
(when (> (+ 7 (current-column)
|
(when (> (+ 7 (current-column)
|
||||||
(length (car choices))
|
(length (car choices))
|
||||||
|
|
@ -2451,7 +2451,7 @@ Selections are:
|
||||||
|
|
||||||
\\`0'..\\`9' Replace the word with a digit offered in the *Choices* buffer.
|
\\`0'..\\`9' Replace the word with a digit offered in the *Choices* buffer.
|
||||||
\\`SPC' Accept word this time.
|
\\`SPC' Accept word this time.
|
||||||
\\`i' Accept word and insert into private dictionary.
|
\\`i' Accept word and insert into personal dictionary.
|
||||||
\\`a' Accept word for this session.
|
\\`a' Accept word for this session.
|
||||||
\\`A' Accept word and place in `buffer-local dictionary'.
|
\\`A' Accept word and place in `buffer-local dictionary'.
|
||||||
\\`r' Replace word with typed-in value. Rechecked.
|
\\`r' Replace word with typed-in value. Rechecked.
|
||||||
|
|
@ -2485,7 +2485,7 @@ Selections are:
|
||||||
|
|
||||||
\\`0'..\\`9' Replace the word with a digit offered in the *Choices* buffer.
|
\\`0'..\\`9' Replace the word with a digit offered in the *Choices* buffer.
|
||||||
\\`SPC' Accept word this time.
|
\\`SPC' Accept word this time.
|
||||||
\\`i' Accept word and insert into private dictionary.
|
\\`i' Accept word and insert into personal dictionary.
|
||||||
\\`a' Accept word for this session.
|
\\`a' Accept word for this session.
|
||||||
\\`A' Accept word and place in `buffer-local dictionary'.
|
\\`A' Accept word and place in `buffer-local dictionary'.
|
||||||
\\`r' Replace word with typed-in value. Rechecked.
|
\\`r' Replace word with typed-in value. Rechecked.
|
||||||
|
|
@ -2505,7 +2505,7 @@ Selections are:
|
||||||
|
|
||||||
|
|
||||||
(let ((help-1 (concat "[r/R]eplace word; [a/A]ccept for this session; "
|
(let ((help-1 (concat "[r/R]eplace word; [a/A]ccept for this session; "
|
||||||
"[i]nsert into private dictionary"))
|
"[i]nsert into personal dictionary"))
|
||||||
(help-2 (concat "[l]ook a word up in alternate dictionary; "
|
(help-2 (concat "[l]ook a word up in alternate dictionary; "
|
||||||
"e[x/X]it; [q]uit session"))
|
"e[x/X]it; [q]uit session"))
|
||||||
(help-3 (concat "[u]ncapitalized insert into dict. "
|
(help-3 (concat "[u]ncapitalized insert into dict. "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue