; * lisp/simple.el (messages-buffer): Doc fix. (Bug#39124)
This commit is contained in:
parent
7ec66a59e3
commit
7b14329d86
1 changed files with 1 additions and 1 deletions
|
@ -8948,7 +8948,7 @@ and setting it to nil."
|
|||
|
||||
(defun messages-buffer ()
|
||||
"Return the \"*Messages*\" buffer.
|
||||
If it does not exist, create and it switch it to `messages-buffer-mode'."
|
||||
If it does not exist, create it and switch it to `messages-buffer-mode'."
|
||||
(or (get-buffer "*Messages*")
|
||||
(with-current-buffer (get-buffer-create "*Messages*")
|
||||
(messages-buffer-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue