emacs-pretest-bug
[Top][All Lists]
Advanced

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

Typo fix in progmodes/cc-styles.el


From: Michael Ernst
Subject: Typo fix in progmodes/cc-styles.el
Date: Sat, 13 May 2006 15:43:09 -0400

This tiny patch fixes a missing parenthesis in a documentation string.

2006-05-13  Michael Ernst  <address@hidden>

        * progmodes/cc-styles.el (c-set-style-1): Add missing paren.

--- cc-styles.el        20 Mar 2006 15:58:47 -0500      1.39
+++ cc-styles.el        01 Apr 2006 15:24:09 -0500      
@@ -264,7 +264,7 @@
 Do not change this variable directly.  Use the function `c-add-style'
 to add new styles or modify existing styles (it is not a good idea to
 modify existing styles -- you should create a new style that inherits
-the existing style.")
+the existing style).")
 
 
 ;; Functions that manipulate styles




reply via email to

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