diff options
| author | Chong Yidong | 2011-10-22 18:57:50 +0800 |
|---|---|---|
| committer | Chong Yidong | 2011-10-22 18:57:50 +0800 |
| commit | d195726a7071d38a48acbeef9c307ebee3ca6ecc (patch) | |
| tree | 7aedab96908f03e016a75e5347df49d112607a10 | |
| parent | cd5495ffbac3a11db329f5ea41d154a55edf17d0 (diff) | |
| download | emacs-d195726a7071d38a48acbeef9c307ebee3ca6ecc.tar.gz emacs-d195726a7071d38a48acbeef9c307ebee3ca6ecc.zip | |
* doc/emacs/windows.texi (Displaying Buffers): Fix broken lispref link.
| -rw-r--r-- | doc/emacs/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/emacs/windows.texi | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/emacs/ChangeLog b/doc/emacs/ChangeLog index 06523d40d94..b90165cf55d 100644 --- a/doc/emacs/ChangeLog +++ b/doc/emacs/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-10-22 Chong Yidong <cyd@gnu.org> | 1 | 2011-10-22 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * windows.texi (Displaying Buffers): Fix broken lispref link. | ||
| 4 | |||
| 5 | 2011-10-22 Chong Yidong <cyd@gnu.org> | ||
| 6 | |||
| 3 | * mini.texi (Minibuffer Exit): Rename from Strict Completion. | 7 | * mini.texi (Minibuffer Exit): Rename from Strict Completion. |
| 4 | Move confirm-nonexistent-file-or-buffer discussion here. | 8 | Move confirm-nonexistent-file-or-buffer discussion here. |
| 5 | 9 | ||
diff --git a/doc/emacs/windows.texi b/doc/emacs/windows.texi index dc92e4a519c..600d0b07818 100644 --- a/doc/emacs/windows.texi +++ b/doc/emacs/windows.texi | |||
| @@ -343,8 +343,8 @@ details. | |||
| 343 | additionally select the displaying window so that you can begin | 343 | additionally select the displaying window so that you can begin |
| 344 | editing its buffer. The command @kbd{C-x `} (@code{next-error}) is | 344 | editing its buffer. The command @kbd{C-x `} (@code{next-error}) is |
| 345 | one example (@pxref{Compilation Mode}). Such commands work by calling | 345 | one example (@pxref{Compilation Mode}). Such commands work by calling |
| 346 | @code{pop-to-buffer} internally. @xref{Displaying Buffers,,Displaying | 346 | @code{pop-to-buffer} internally. @xref{Switching Buffers,,Switching |
| 347 | Buffers in Windows, elisp, The Emacs Lisp Reference Manual}. | 347 | to a Buffer in a Window, elisp, The Emacs Lisp Reference Manual}. |
| 348 | 348 | ||
| 349 | Commands with names ending in @code{-other-window} behave like | 349 | Commands with names ending in @code{-other-window} behave like |
| 350 | @code{display-buffer}, except that they never display in the selected | 350 | @code{display-buffer}, except that they never display in the selected |