emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/progmodes/which-func.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/which-func.el,v
Date: Tue, 30 Sep 2008 03:42:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/09/30 03:42:47

Index: which-func.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/progmodes/which-func.el,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- which-func.el       30 Sep 2008 03:41:35 -0000      1.24
+++ which-func.el       30 Sep 2008 03:42:47 -0000      1.25
@@ -1,7 +1,7 @@
 ;;; which-func.el --- print current function in mode line
 
-;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 
2008
-;;           Free Software Foundation, Inc.
+;; Copyright (C) 1994, 1997, 1998, 2001, 2002, 2003, 2004, 2005, 2006
+;;   2007, 2008  Free Software Foundation, Inc.
 
 ;; Author:   Alex Rezinsky <address@hidden>
 ;;           (doesn't seem to be responsive any more)
@@ -153,10 +153,10 @@
 ;;;###autoload (put 'which-func-format 'risky-local-variable t)
 
 (defvar which-func-imenu-joiner-function #'last
-  "Function to call when using imenu to join together multiple
-levels of nomenclature. Called with a single argument, a list of
-strings giving the names of the menus we had to traverse to get
-to the item. Return a single string, the new name of the item.")
+  "Function to join together multiple levels of imenu nomenclature.
+Called with a single argument, a list of strings giving the names
+of the menus we had to traverse to get to the item.  Returns a
+single string, the new name of the item.")
 
 (defvar which-func-cleanup-function nil
   "Function to transform a string before displaying it in the mode line.




reply via email to

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