diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-09-28 02:59:28 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-09-28 02:59:28 +0200 |
commit | a239d4e9c0e6fe9fab01e24212fb1dbb158c0a53 (patch) | |
tree | 4681de90248ac2638553a48df80ef5d2f24200d7 /lisp/subr.el | |
parent | 806b00cb5f5034343709319bc217059fa382df19 (diff) | |
download | emacs-a239d4e9c0e6fe9fab01e24212fb1dbb158c0a53.tar.gz |
Fix typos.
Diffstat (limited to 'lisp/subr.el')
-rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 1aa714fa883..4946f3eef7a 100644 --- a/lisp/subr.el +++ b/lisp/subr.el @@ -3002,7 +3002,7 @@ Instead it binds `standard-output' to that buffer, so that output generated with `prin1' and similar functions in BODY goes into the buffer. -At the end of BODY, this marks buffer BUFNAME unmodifed and displays +At the end of BODY, this marks buffer BUFNAME unmodified and displays it in a window, but does not select it. The normal way to do this is by calling `display-buffer', then running `temp-buffer-show-hook'. However, if `temp-buffer-show-function' is non-nil, it calls that |