diff options
| author | Glenn Morris | 2014-01-06 23:51:20 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-01-06 23:51:20 -0800 |
| commit | f137f4ee19b9f94ef6228f63d83e4430108cbfed (patch) | |
| tree | 71d92b65ef809573ddb59f27711ee3951a480530 | |
| parent | 17109647e9d35847b14c5cbe5efffcd747346d89 (diff) | |
| download | emacs-f137f4ee19b9f94ef6228f63d83e4430108cbfed.tar.gz emacs-f137f4ee19b9f94ef6228f63d83e4430108cbfed.zip | |
Fix typo in previous
| -rw-r--r-- | doc/lispref/display.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/display.texi b/doc/lispref/display.texi index 880ba837ba1..f42d02e056f 100644 --- a/doc/lispref/display.texi +++ b/doc/lispref/display.texi | |||
| @@ -483,7 +483,7 @@ mode @code{messages-buffer-mode}. Nothing prevents the user from | |||
| 483 | killing the @file{*Messages*} buffer, but the next display of a message | 483 | killing the @file{*Messages*} buffer, but the next display of a message |
| 484 | recreates it. Any Lisp code that needs to access the | 484 | recreates it. Any Lisp code that needs to access the |
| 485 | @file{*Messages*} buffer directly and wants to ensure that it exists | 485 | @file{*Messages*} buffer directly and wants to ensure that it exists |
| 486 | exists should use the function @code{messages-buffer}. | 486 | should use the function @code{messages-buffer}. |
| 487 | 487 | ||
| 488 | @defun messages-buffer | 488 | @defun messages-buffer |
| 489 | This function returns the @file{*Messages*} buffer. If it does not | 489 | This function returns the @file{*Messages*} buffer. If it does not |