]> git.eshelyaron.com Git - emacs.git/commitdiff
Change variable which-func-unknown to "n/a"
authorPaul W. Rankin <pwr@bydasein.com>
Tue, 24 May 2022 22:19:57 +0000 (18:19 -0400)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 25 May 2022 12:06:51 +0000 (14:06 +0200)
* lisp/progmodes/which-func.el (which-func-unknown): Change string
displayed in mode-line from "???" to "n/a"; the former appears to
indicate an error whereas the latter is more indicative that the
current function is not known.

lisp/progmodes/which-func.el

index abe25f2c6333861e30ca61c4f21be22270e24d64..3c8d4f43dbc667bb59895e9d8cee6fe85239b78f 100644 (file)
@@ -64,7 +64,7 @@
 ;; Variables for customization
 ;; ---------------------------
 ;;
-(defvar which-func-unknown "???"
+(defvar which-func-unknown "n/a"
   "String to display in the mode line when current function is unknown.")
 
 (defgroup which-func nil