Function: dictionary-new-buffer
dictionary-new-buffer is a byte-compiled function defined in
dictionary.el.gz.
Signature
(dictionary-new-buffer)
Documentation
Create a new and clean buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/net/dictionary.el.gz
(defun dictionary-new-buffer ()
"Create a new and clean buffer."
(dictionary-pre-buffer)
(dictionary-post-buffer))