;* lisp/window.el (switch-to-prev-buffer): Fix typo in doc-string.
This commit is contained in:
parent
1293bf5bb7
commit
4793c980a1
1 changed files with 1 additions and 1 deletions
|
@ -4632,7 +4632,7 @@ another window. Also, if WINDOW's frame has a `buffer-predicate'
|
|||
parameter, that predicate may inhibit switching to certain
|
||||
buffers.
|
||||
|
||||
This function is called by `prev-buffer'."
|
||||
This function is called by `previous-buffer'."
|
||||
(interactive)
|
||||
(let* ((window (window-normalize-window window t))
|
||||
(frame (window-frame window))
|
||||
|
|
Loading…
Add table
Reference in a new issue