diff options
author | Utkarsh Singh <utkarsh190601@gmail.com> | 2021-04-22 15:44:43 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-22 15:47:04 +0200 |
commit | 47576b429d799b6f1d02c15b3c221c69e59a2ac6 (patch) | |
tree | 57fff4214993193d1e2e49c6325395e761b4f8e2 | |
parent | 2fb271ca35ff96540c0940b0ea5281bdaac953ec (diff) | |
download | emacs-47576b429d799b6f1d02c15b3c221c69e59a2ac6.tar.gz emacs-47576b429d799b6f1d02c15b3c221c69e59a2ac6.tar.bz2 emacs-47576b429d799b6f1d02c15b3c221c69e59a2ac6.zip |
* lisp/window.el (display-buffer): Doc fix. (Bug#47950)
Copyright-paperwork-exempt: yes
-rw-r--r-- | lisp/window.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/window.el b/lisp/window.el index 071761ea50f..06d3e43f368 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -7411,8 +7411,8 @@ For instance: Buffer display can be further customized to a very high degree; the rest of this docstring explains some of the many -possibilities, and also see `(emacs)Window Choice' for more -information. +possibilities, and also see Info node `(emacs)Window Choice' for +more information. BUFFER-OR-NAME must be a buffer or a string naming a live buffer. Return the window chosen for displaying that buffer, or nil if no |