aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Kangas2020-08-31 04:35:17 +0200
committerStefan Kangas2020-08-31 04:39:09 +0200
commit7605060d51bbce88307c09bd2e9be60f2750ee3d (patch)
treec27c74b62ae2e1ac38dfe27eaf6878ad7ae8d8fd
parent29708cbde7afef52458950512e91a7904ed491c9 (diff)
downloademacs-7605060d51bbce88307c09bd2e9be60f2750ee3d.tar.gz
emacs-7605060d51bbce88307c09bd2e9be60f2750ee3d.zip
Update Elisp Manual reference to which-function-mode
* doc/lispref/modes.texi (Mode Line Top, Mode Line Variables) Don't refer to obsolete alias for 'which-function-mode'. (Bug#13716)
-rw-r--r--doc/lispref/modes.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/lispref/modes.texi b/doc/lispref/modes.texi
index e7049b4741b..4edda793e07 100644
--- a/doc/lispref/modes.texi
+++ b/doc/lispref/modes.texi
@@ -2047,7 +2047,7 @@ be useful for Shell mode (in reality, Shell mode does not set
2047 "%n" 2047 "%n"
2048 ")%]--" 2048 ")%]--"
2049@group 2049@group
2050 '(which-func-mode ("" which-func-format "--")) 2050 '(which-function-mode ("" which-func-format "--"))
2051 '(line-number-mode "L%l--") 2051 '(line-number-mode "L%l--")
2052 '(column-number-mode "C%c--") 2052 '(column-number-mode "C%c--")
2053 '(-3 "%p"))) 2053 '(-3 "%p")))
@@ -2055,8 +2055,8 @@ be useful for Shell mode (in reality, Shell mode does not set
2055@end example 2055@end example
2056 2056
2057@noindent 2057@noindent
2058(The variables @code{line-number-mode}, @code{column-number-mode} 2058(The variables @code{line-number-mode}, @code{column-number-mode} and
2059and @code{which-func-mode} enable particular minor modes; as usual, 2059@code{which-function-mode} enable particular minor modes; as usual,
2060these variable names are also the minor mode command names.) 2060these variable names are also the minor mode command names.)
2061 2061
2062@node Mode Line Variables 2062@node Mode Line Variables
@@ -2198,7 +2198,7 @@ enabled separately in each buffer.
2198 2198
2199@defvar global-mode-string 2199@defvar global-mode-string
2200This variable holds a mode line construct that, by default, appears in 2200This variable holds a mode line construct that, by default, appears in
2201the mode line just after the @code{which-func-mode} minor mode if set, 2201the mode line just after the @code{which-function-mode} minor mode if set,
2202else after @code{mode-line-modes}. The command @code{display-time} sets 2202else after @code{mode-line-modes}. The command @code{display-time} sets
2203@code{global-mode-string} to refer to the variable 2203@code{global-mode-string} to refer to the variable
2204@code{display-time-string}, which holds a string containing the time and 2204@code{display-time-string}, which holds a string containing the time and
@@ -2227,7 +2227,7 @@ specifies addition of text properties.
2227 " " 2227 " "
2228@group 2228@group
2229 mode-line-modes 2229 mode-line-modes
2230 (which-func-mode ("" which-func-format "--")) 2230 (which-function-mode ("" which-func-format "--"))
2231 (global-mode-string ("--" global-mode-string)) 2231 (global-mode-string ("--" global-mode-string))
2232 "-%-") 2232 "-%-")
2233@end group 2233@end group