mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-08 00:33:13 -08:00
* progmodes/cc-menus.el (cc-imenu-objc-function): Doc fix.
This commit is contained in:
parent
24a517fc67
commit
33ee2fc873
2 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue