]> git.eshelyaron.com Git - emacs.git/commitdiff
* progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
authorJuanma Barranquero <lekktu@gmail.com>
Tue, 17 Feb 2009 10:59:12 +0000 (10:59 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Tue, 17 Feb 2009 10:59:12 +0000 (10:59 +0000)
lisp/ChangeLog
lisp/progmodes/cc-menus.el

index 31cc564e05e02646b5dc3d23f1ef2cf4eeee0dcc..fc2da36c503e74714b27ad9cecc85bc21cd9dfea 100644 (file)
@@ -1,3 +1,7 @@
+2009-02-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
+
 2009-02-17  Miles Bader  <miles@gnu.org>
 
        * emacs-lisp/copyright.el (copyright-regexp): Tweaked to match
index bfd93a6b4d086ea596e21587a03a29f9dee2157f..da3997a4603e70369a4dabb53cac025b1e181cd4 100644 (file)
@@ -261,7 +261,7 @@ Example:
                 (and (<= ?A char) (<= char ?Z))
                 (and (<= ?0 char) (<= char ?9))
                 (= ?_ char)))
-       (if argreq      
+       (if argreq
            (setq inargvar t
                  argreq nil)
          (setq return (concat return (char-to-string char)))))
@@ -296,7 +296,7 @@ Example:
     return))
 
 (defun cc-imenu-objc-function ()
-  "imenu supports for objc-mode."
+  "Imenu support for Objective C mode."
   (let (methodlist
        clist
        ;;