emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r99378: replace references to obsolet


From: Mark A. Hershberger
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r99378: replace references to obsolete c-subword-mode
Date: Tue, 19 Jan 2010 14:39:22 -0500
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 99378
committer: Mark A. Hershberger <address@hidden>
branch nick: trunk
timestamp: Tue 2010-01-19 14:39:22 -0500
message:
  replace references to obsolete c-subword-mode
modified:
  doc/emacs/ChangeLog
  doc/emacs/programs.texi
  doc/misc/ChangeLog
  doc/misc/cc-mode.texi
  lisp/ChangeLog
  lisp/progmodes/python.el
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2010-01-13 15:38:28 +0000
+++ b/doc/emacs/ChangeLog       2010-01-19 19:39:22 +0000
@@ -1,3 +1,8 @@
+2010-01-19  Mark A. Hershberger  <address@hidden>
+
+       * programs.texi (Other C Commands): Replace reference to obsolete
+       c-subword-mode.
+
 2010-01-12  Glenn Morris  <address@hidden>
 
        * trouble.texi (Checklist): Use bug-gnu-emacs rather than

=== modified file 'doc/emacs/programs.texi'
--- a/doc/emacs/programs.texi   2010-01-13 08:35:10 +0000
+++ b/doc/emacs/programs.texi   2010-01-19 19:39:22 +0000
@@ -1609,13 +1609,13 @@
 
 @table @kbd
 @item C-c C-w
address@hidden M-x c-subword-mode
address@hidden c-subword-mode
address@hidden M-x subword-mode
address@hidden 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

=== modified file 'doc/misc/ChangeLog'
--- a/doc/misc/ChangeLog        2010-01-18 03:54:24 +0000
+++ b/doc/misc/ChangeLog        2010-01-19 19:39:22 +0000
@@ -1,3 +1,7 @@
+2010-01-19  Mark A. Hershberger  <address@hidden>
+
+       * cc-mode.texi: Replace references to obsolete c-subword-mode.
+
 2010-01-18  Juanma Barranquero  <address@hidden>
 
        * ada-mode.texi (Project File Overview): Fix typo.

=== modified file 'doc/misc/cc-mode.texi'
--- a/doc/misc/cc-mode.texi     2010-01-13 08:35:10 +0000
+++ b/doc/misc/cc-mode.texi     2010-01-19 19:39:22 +0000
@@ -1012,7 +1012,7 @@
 If @var{n} is negative, move in the opposite direction.
 
 Note that these two commands have been superseded by
address@hidden, which you should use instead.  @xref{Subword
address@hidden, which you should use instead.  @xref{Subword
 Movement}.  They might be removed from a future release of @ccmode{}.
 @end table
 
@@ -1194,10 +1194,9 @@
 @findex toggle-auto-hungry-state (c-)
 Toggle both auto-newline and hungry delete minor modes.
 
address@hidden @kbd{C-c C-w} (@code{M-x c-subword-mode})
address@hidden @kbd{C-c C-w} (@code{M-x subword-mode})
 @kindex C-c C-w
address@hidden c-subword-mode
address@hidden subword-mode (c-)
address@hidden subword-mode
 Toggle subword mode.
 
 @item @kbd{M-x c-toggle-syntactic-indentation}
@@ -1694,11 +1693,11 @@
 
 @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 address@hidden
-buffers by typing @kbd{M-x c-subword-mode}.
+As a bonus, you can also use @code{subword-mode} in address@hidden
+buffers by typing @kbd{M-x subword-mode}.
 
 @comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 @node    Other Commands,  , Subword Movement, Commands

=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-01-18 23:10:57 +0000
+++ b/lisp/ChangeLog    2010-01-19 19:39:22 +0000
@@ -1,3 +1,7 @@
+2010-01-19  Mark A. Hershberger  <address@hidden>
+
+       * progmodes/python.el: Replace reference to obsolete c-subward-mode.
+
 2010-01-18  Stephen Leake  <address@hidden>
 
        * lisp/progmodes/ada-mode.el: Fix bug#5400.

=== modified file 'lisp/progmodes/python.el'
--- a/lisp/progmodes/python.el  2010-01-05 22:11:04 +0000
+++ b/lisp/progmodes/python.el  2010-01-19 19:39:22 +0000
@@ -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


reply via email to

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