mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 18:40:39 -08:00
Change variable which-func-unknown to "n/a"
* 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.
This commit is contained in:
parent
25439cb8ed
commit
b93c22e67d
1 changed files with 1 additions and 1 deletions
|
|
@ -64,7 +64,7 @@
|
||||||
;; Variables for customization
|
;; 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.")
|
"String to display in the mode line when current function is unknown.")
|
||||||
|
|
||||||
(defgroup which-func nil
|
(defgroup which-func nil
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue