File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ This is a Emacs Lisp package that provides a hook variable
11
11
`switch-buffer-functions`.
12
12
13
13
This hook will be run when the current buffer has been changed after each
14
- interactive command, i.e. `post-command-hook` is called.
14
+ interactive command, i.e. when `post-command-hook` is called.
15
15
16
16
When functions are hooked, they will be called with the previous buffer and
17
17
the current buffer. For example, if you eval:
@@ -22,7 +22,7 @@ the current buffer. For example, if you eval:
22
22
(lambda (prev cur) (message "%S -> %S" prev cur)))
23
23
----
24
24
25
- then the message like `"#<buffer *Messages*> -> #<buffer init.el<.emacs.d>>"`
25
+ then the message like `"#<buffer \ *Messages\ *> -> #<buffer init.el<.emacs.d>>"`
26
26
will be displayed to the echo area each time when you switch the current
27
27
buffer.
28
28
You can’t perform that action at this time.
0 commit comments