mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -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
|
||||
;; ---------------------------
|
||||
;;
|
||||
(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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue