emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/progmodes cc-cmds.el


From: Chong Yidong
Subject: [Emacs-diffs] emacs/lisp/progmodes cc-cmds.el
Date: Sun, 25 Jan 2009 21:31:49 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      09/01/25 21:31:49

Modified files:
        lisp/progmodes : cc-cmds.el 

Log message:
        Minor doc fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/progmodes/cc-cmds.el?cvsroot=emacs&r1=1.80&r2=1.81

Patches:
Index: cc-cmds.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/cc-cmds.el,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -b -r1.80 -r1.81
--- cc-cmds.el  11 Jan 2009 00:37:05 -0000      1.80
+++ cc-cmds.el  25 Jan 2009 21:31:49 -0000      1.81
@@ -3156,7 +3156,7 @@
 (defun c-indent-line-or-region (&optional arg region)
   "Indent active region, current line, or block starting on this line.
 In Transient Mark mode, when the region is active, reindent the region.
-Othewise, with a prefix argument, rigidly reindent the expression
+Otherwise, with a prefix argument, rigidly reindent the expression
 starting on the current line.
 Otherwise reindent just the current line."
   (interactive




reply via email to

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