mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Spelling fixes.
* lisp/ses.el (ses-file-format-extend-parameter-list): Rename from ses-file-format-extend-paramter-list. All uses changed. * lisp/gnus-cloud.el (gnus-cloud-parse-version-1): Fix misspelling of ":delete".
This commit is contained in:
parent
1dd1218653
commit
0f2ed59206
26 changed files with 67 additions and 56 deletions
|
|
@ -113,7 +113,7 @@ called a `subword'. Here are some examples:
|
|||
NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
|
||||
|
||||
This mode changes the definition of a word so that word commands
|
||||
treat nomenclature boundaries as word bounaries.
|
||||
treat nomenclature boundaries as word boundaries.
|
||||
|
||||
\\{subword-mode-map}"
|
||||
:lighter " ,"
|
||||
|
|
@ -130,7 +130,7 @@ treat nomenclature boundaries as word bounaries.
|
|||
;; N.B. These commands aren't used unless explicitly invoked; they're
|
||||
;; here for compatibility. Today, subword-mode leaves motion commands
|
||||
;; alone and uses `find-word-boundary-function-table' to change how
|
||||
;; `forward-word' and other low-level commands detect word bounaries.
|
||||
;; `forward-word' and other low-level commands detect word boundaries.
|
||||
;; This way, all word-related activities, not just the images we
|
||||
;; imagine here, get subword treatment.
|
||||
|
||||
|
|
@ -334,7 +334,7 @@ as parts of words: e.g., in `superword-mode',
|
|||
tab)
|
||||
"Assigned to `find-word-boundary-function-table' in
|
||||
`subword-mode' and `superword-mode'; defers to
|
||||
`subword-find-word-bounary'.")
|
||||
`subword-find-word-boundary'.")
|
||||
|
||||
(defconst subword-empty-char-table
|
||||
(make-char-table nil)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue