Omit keymap from subword-mode docstring (Bug#32212)
* lisp/progmodes/subword.el (subword-mode): Remove listing of subword-mode-map bindings, since it is empty as of 2014-03-23 "Merge capitalized-words-mode and subword-mode".
This commit is contained in:
parent
2b70b54739
commit
1208aaa989
1 changed files with 1 additions and 3 deletions
|
@ -113,9 +113,7 @@ called a `subword'. Here are some examples:
|
||||||
NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
|
NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
|
||||||
|
|
||||||
This mode changes the definition of a word so that word commands
|
This mode changes the definition of a word so that word commands
|
||||||
treat nomenclature boundaries as word boundaries.
|
treat nomenclature boundaries as word boundaries."
|
||||||
|
|
||||||
\\{subword-mode-map}"
|
|
||||||
:lighter " ,"
|
:lighter " ,"
|
||||||
(when subword-mode (superword-mode -1))
|
(when subword-mode (superword-mode -1))
|
||||||
(subword-setup-buffer))
|
(subword-setup-buffer))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue