]> git.eshelyaron.com Git - emacs.git/commitdiff
replace references to obsolete c-subword-mode
authorMark A. Hershberger <mhershberger@intrahealth.org>
Tue, 19 Jan 2010 19:39:22 +0000 (14:39 -0500)
committerMark A. Hershberger <mhershberger@intrahealth.org>
Tue, 19 Jan 2010 19:39:22 +0000 (14:39 -0500)
doc/emacs/ChangeLog
doc/emacs/programs.texi
doc/misc/ChangeLog
doc/misc/cc-mode.texi
lisp/ChangeLog
lisp/progmodes/python.el

index 8ca2b187d948fecd311c6380a5312f672eb27c9c..e9ab5edd57e79c71c7593ca089165f5b72f8b1f9 100644 (file)
@@ -1,3 +1,8 @@
+2010-01-19  Mark A. Hershberger  <mah@everybody.org>
+
+       * programs.texi (Other C Commands): Replace reference to obsolete
+       c-subword-mode.
+
 2010-01-12  Glenn Morris  <rgm@gnu.org>
 
        * trouble.texi (Checklist): Use bug-gnu-emacs rather than
index ac955956b91eb6dbb603d4491f13f41f979a6d4a..8ebbcf58ed444a6e380002725c3b97d1cb426384 100644 (file)
@@ -1609,13 +1609,13 @@ hungry-delete feature is enabled.
 
 @table @kbd
 @item C-c C-w
-@itemx M-x c-subword-mode
-@findex c-subword-mode
+@itemx M-x subword-mode
+@findex subword-mode
 Enable (or disable) @dfn{subword mode}.  In subword mode, Emacs's word
 commands recognize upper case letters in
 @samp{StudlyCapsIdentifiers} as word boundaries.  This is indicated by
 the flag @samp{/w} on the mode line after the mode name
-(e.g. @samp{C/law}).  You can even use @kbd{M-x c-subword-mode} in
+(e.g. @samp{C/law}).  You can even use @kbd{M-x subword-mode} in
 non-CC Mode buffers.
 
 In the GNU project, we recommend using underscores to separate words
index 4a099bdb2c1b0a55525a617b0e236ce3b35afa57..50673dc7147e984f45a90d3e4ca889e8894015a1 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-19  Mark A. Hershberger  <mah@everybody.org>
+
+       * cc-mode.texi: Replace references to obsolete c-subword-mode.
+
 2010-01-18  Juanma Barranquero  <lekktu@gmail.com>
 
        * ada-mode.texi (Project File Overview): Fix typo.
index 6b72c69e05b83b44fd66dbbf6462c2d5febf9c41..bfe09b64244c2f1bf119d1fe9b7081e48b7e692c 100644 (file)
@@ -1012,7 +1012,7 @@ capitalized word.  With prefix argument @var{n}, move @var{n} times.
 If @var{n} is negative, move in the opposite direction.
 
 Note that these two commands have been superseded by
-@code{c-subword-mode}, which you should use instead.  @xref{Subword
+@code{subword-mode}, which you should use instead.  @xref{Subword
 Movement}.  They might be removed from a future release of @ccmode{}.
 @end table
 
@@ -1194,10 +1194,9 @@ Toggle hungry-delete minor mode.
 @findex toggle-auto-hungry-state (c-)
 Toggle both auto-newline and hungry delete minor modes.
 
-@item @kbd{C-c C-w} (@code{M-x c-subword-mode})
+@item @kbd{C-c C-w} (@code{M-x subword-mode})
 @kindex C-c C-w
-@findex c-subword-mode
-@findex subword-mode (c-)
+@findex subword-mode
 Toggle subword mode.
 
 @item @kbd{M-x c-toggle-syntactic-indentation}
@@ -1694,11 +1693,11 @@ mode turn on automatically, put the following code in your
 
 @example
 (add-hook 'c-mode-common-hook
-          (lambda () (c-subword-mode 1)))
+          (lambda () (subword-mode 1)))
 @end example
 
-As a bonus, you can also use @code{c-subword-mode} in non-@ccmode{}
-buffers by typing @kbd{M-x c-subword-mode}.
+As a bonus, you can also use @code{subword-mode} in non-@ccmode{}
+buffers by typing @kbd{M-x subword-mode}.
 
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 @node    Other Commands,  , Subword Movement, Commands
index f9e55700c105edbc8416bf4c7ae9fab286f3a792..2ec6621c20b720d8b936c717d8aaa2cbea1ce858 100644 (file)
@@ -1,3 +1,7 @@
+2010-01-19  Mark A. Hershberger  <mah@everybody.org>
+
+       * progmodes/python.el: Replace reference to obsolete c-subward-mode.
+
 2010-01-18  Stephen Leake  <stephen_leake@member.fsf.org>
 
        * lisp/progmodes/ada-mode.el: Fix bug#5400.
index 94124ad54f0d409a5cc8d05b46f4c2f89c098681..a6354eff998621169f660fdf0067424d52d8a2a2 100644 (file)
@@ -45,7 +45,7 @@
 ;; `forward-into-nomenclature' should be done separately, since it's
 ;; not specific to Python, and I've installed a minor mode to do the
 ;; job properly in Emacs 23.  [CC mode 5.31 contains an incompatible
-;; feature, `c-subword-mode' which is intended to have a similar
+;; feature, `subword-mode' which is intended to have a similar
 ;; effect, but actually only affects word-oriented keybindings.]
 
 ;; Other things seem more natural or canonical here, e.g. the