Skip to content

Commit 417cc46

Browse files
author
10sr
committed
Fix readme
1 parent 057b8db commit 417cc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a Emacs Lisp package that provides a hook variable
1111
`switch-buffer-functions`.
1212

1313
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.
1515

1616
When functions are hooked, they will be called with the previous buffer and
1717
the current buffer. For example, if you eval:
@@ -22,7 +22,7 @@ the current buffer. For example, if you eval:
2222
(lambda (prev cur) (message "%S -> %S" prev cur)))
2323
----
2424

25-
then the message like `"#<buffer *Messages*> -> #<buffer init.el<.emacs.d>>"`
25+
then the message like `"#<buffer \*Messages\*> -> #<buffer init.el<.emacs.d>>"`
2626
will be displayed to the echo area each time when you switch the current
2727
buffer.
2828

0 commit comments

Comments
 (0)