diff options
| author | Glenn Morris | 2012-10-11 21:47:40 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-10-11 21:47:40 -0400 |
| commit | 81749a2374c78d656888b462f3b29301e4cbd1c7 (patch) | |
| tree | 32342256945cc7d123ff58ed8e799204fc79c6b9 /src/buffer.c | |
| parent | 3a989246b190eb90edc8cbf2b4f031d44d00e9ca (diff) | |
| download | emacs-81749a2374c78d656888b462f3b29301e4cbd1c7.tar.gz emacs-81749a2374c78d656888b462f3b29301e4cbd1c7.zip | |
* src/buffer.c (Fset_buffer): Doc fix. (Bug#12624)
Diffstat (limited to 'src/buffer.c')
| -rw-r--r-- | src/buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.c b/src/buffer.c index 9564e91c10c..861a89b5a0f 100644 --- a/src/buffer.c +++ b/src/buffer.c | |||
| @@ -2185,7 +2185,7 @@ set_buffer_temp (struct buffer *b) | |||
| 2185 | DEFUN ("set-buffer", Fset_buffer, Sset_buffer, 1, 1, 0, | 2185 | DEFUN ("set-buffer", Fset_buffer, Sset_buffer, 1, 1, 0, |
| 2186 | doc: /* Make buffer BUFFER-OR-NAME current for editing operations. | 2186 | doc: /* Make buffer BUFFER-OR-NAME current for editing operations. |
| 2187 | BUFFER-OR-NAME may be a buffer or the name of an existing buffer. See | 2187 | BUFFER-OR-NAME may be a buffer or the name of an existing buffer. See |
| 2188 | also `save-excursion' when you want to make a buffer current | 2188 | also `with-current-buffer' when you want to make a buffer current |
| 2189 | temporarily. This function does not display the buffer, so its effect | 2189 | temporarily. This function does not display the buffer, so its effect |
| 2190 | ends when the current command terminates. Use `switch-to-buffer' or | 2190 | ends when the current command terminates. Use `switch-to-buffer' or |
| 2191 | `pop-to-buffer' to switch buffers permanently. */) | 2191 | `pop-to-buffer' to switch buffers permanently. */) |