]> code.delx.au - gnu-emacs/blobdiff - lisp/dframe.el
Fix bug #16694 with face attributes changed by themes.
[gnu-emacs] / lisp / dframe.el
index 0fc455cef68da9ddff37c0a046b854179fd1e1cf..872b922d783ad1b0a4d71d4730680e12b3f76f84 100644 (file)
@@ -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)))