1
Fork 0
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:
Paul W. Rankin 2022-05-24 18:19:57 -04:00 committed by Lars Ingebrigtsen
parent 25439cb8ed
commit b93c22e67d

View file

@ -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