]> git.eshelyaron.com Git - emacs.git/commitdiff
Omit keymap from subword-mode docstring (Bug#32212)
authorNoam Postavsky <npostavs@gmail.com>
Sun, 22 Jul 2018 20:15:43 +0000 (16:15 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 23 Jul 2018 12:20:07 +0000 (08:20 -0400)
* 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".

lisp/progmodes/subword.el

index cbaa273a7a42112027ed3d9e126e355521d0e868..c09ba37c859e690a7cd94da43e7e30bfc15223da 100644 (file)
@@ -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))