aboutsummaryrefslogtreecommitdiffstats
path: root/src/buffer.c
diff options
context:
space:
mode:
authorGlenn Morris2012-10-11 21:47:40 -0400
committerGlenn Morris2012-10-11 21:47:40 -0400
commit81749a2374c78d656888b462f3b29301e4cbd1c7 (patch)
tree32342256945cc7d123ff58ed8e799204fc79c6b9 /src/buffer.c
parent3a989246b190eb90edc8cbf2b4f031d44d00e9ca (diff)
downloademacs-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.c2
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)
2185DEFUN ("set-buffer", Fset_buffer, Sset_buffer, 1, 1, 0, 2185DEFUN ("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.
2187BUFFER-OR-NAME may be a buffer or the name of an existing buffer. See 2187BUFFER-OR-NAME may be a buffer or the name of an existing buffer. See
2188also `save-excursion' when you want to make a buffer current 2188also `with-current-buffer' when you want to make a buffer current
2189temporarily. This function does not display the buffer, so its effect 2189temporarily. This function does not display the buffer, so its effect
2190ends when the current command terminates. Use `switch-to-buffer' or 2190ends 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. */)