diff options
author | Noam Postavsky <npostavs@gmail.com> | 2018-07-22 16:15:43 -0400 |
---|---|---|
committer | Noam Postavsky <npostavs@gmail.com> | 2018-07-23 08:20:07 -0400 |
commit | 1208aaa9893700292693a6b85ae7d1abdb0460ef (patch) | |
tree | 0b06863b985d511d5872b1b948fdd2c90fafd724 | |
parent | 2b70b54739a8a422aff85f0183fb69eb339c35d4 (diff) | |
download | emacs-1208aaa9893700292693a6b85ae7d1abdb0460ef.tar.gz |
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".
-rw-r--r-- | lisp/progmodes/subword.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/progmodes/subword.el b/lisp/progmodes/subword.el index cbaa273a7a4..c09ba37c859 100644 --- a/lisp/progmodes/subword.el +++ b/lisp/progmodes/subword.el @@ -113,9 +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 boundaries. - -\\{subword-mode-map}" +treat nomenclature boundaries as word boundaries." :lighter " ," (when subword-mode (superword-mode -1)) (subword-setup-buffer)) |