diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2014-02-28 14:19:06 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2014-02-28 14:19:06 +0100 |
commit | 43977c23bf60ac5e65f0a296bfa8e405d8a68572 (patch) | |
tree | af279255dab851a8b5c7aa7d904c3afe5847c95d /lisp/dframe.el | |
parent | 5c809195983367031c8c6a2eea0842c34f334b33 (diff) | |
download | emacs-43977c23bf60ac5e65f0a296bfa8e405d8a68572.tar.gz |
Fix docstring typos.
lisp/dframe.el (dframe-detach):
lisp/find-dired.el (find-dired, find-name-dired):
lisp/finder.el (finder-mode-map, finder-mode-syntax-table)
(finder-headmark, finder-select, finder-mouse-select):
Fix typos.
Diffstat (limited to 'lisp/dframe.el')
-rw-r--r-- | lisp/dframe.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dframe.el b/lisp/dframe.el index 0fc455cef68..872b922d783 100644 --- a/lisp/dframe.el +++ b/lisp/dframe.el @@ -530,7 +530,7 @@ LOCATION can be one of 'random, 'left-right, or 'top-bottom." (defun dframe-detach (frame-var cache-var buffer-var) "Detach the frame in symbol FRAME-VAR. -CACHE-VAR and BUFFER-VAR are symbols as in `dframe-frame-mode'" +CACHE-VAR and BUFFER-VAR are symbols as in `dframe-frame-mode'." (with-current-buffer (symbol-value buffer-var) (rename-buffer (buffer-name) t) (let ((oldframe (symbol-value frame-var))) |