emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 1208aaa 2/2: Omit keymap from subword-mode docstr


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 1208aaa 2/2: Omit keymap from subword-mode docstring (Bug#32212)
Date: Mon, 23 Jul 2018 08:21:32 -0400 (EDT)

branch: emacs-26
commit 1208aaa9893700292693a6b85ae7d1abdb0460ef
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    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".
---
 lisp/progmodes/subword.el | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/lisp/progmodes/subword.el b/lisp/progmodes/subword.el
index cbaa273..c09ba37 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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]