aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNoam Postavsky2018-07-22 16:15:43 -0400
committerNoam Postavsky2018-07-23 08:20:07 -0400
commit1208aaa9893700292693a6b85ae7d1abdb0460ef (patch)
tree0b06863b985d511d5872b1b948fdd2c90fafd724
parent2b70b54739a8a422aff85f0183fb69eb339c35d4 (diff)
downloademacs-1208aaa9893700292693a6b85ae7d1abdb0460ef.tar.gz
emacs-1208aaa9893700292693a6b85ae7d1abdb0460ef.zip
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.el4
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:
113 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\" 113 NSGraphicsContext => \"NS\", \"Graphics\" and \"Context\"
114 114
115This mode changes the definition of a word so that word commands 115This mode changes the definition of a word so that word commands
116treat nomenclature boundaries as word boundaries. 116treat nomenclature boundaries as word boundaries."
117
118\\{subword-mode-map}"
119 :lighter " ," 117 :lighter " ,"
120 (when subword-mode (superword-mode -1)) 118 (when subword-mode (superword-mode -1))
121 (subword-setup-buffer)) 119 (subword-setup-buffer))