diff options
author | Per Abrahamsen <abraham@dina.kvl.dk> | 2002-02-14 16:47:11 +0000 |
---|---|---|
committer | Per Abrahamsen <abraham@dina.kvl.dk> | 2002-02-14 16:47:11 +0000 |
commit | 0e520006a8a15f16971c5603c7821c03732ec23f (patch) | |
tree | e548fab549ae6dbed8285357d5613cb2189e920d /lisp/emacs-lisp | |
parent | 8df9f2a38746e4163c40722dc3bee73c486a599d (diff) | |
download | emacs-0e520006a8a15f16971c5603c7821c03732ec23f.tar.gz emacs-0e520006a8a15f16971c5603c7821c03732ec23f.tar.bz2 emacs-0e520006a8a15f16971c5603c7821c03732ec23f.zip |
2002-02-14 Per Abrahamsen <abraham@dina.kvl.dk>
* facemenu.el (describe-text-done): New function.
(describe-text-mode-map): New variable.
(describe-text-mode-hook): New option.
(describe-text-mode): New function.
(describe-text-widget): New function.
(describe-text-sexp): New function.
(describe-text-properties): New function.
(describe-text-category): New command.
(describe-text-at): New command.
(facemenu-menu): Replace `list-text-properties-at' with
`describe-text-at' in the menu.
* wid-edit.el (widgetp): New function.
* wid-edit.el (widget-keymap, widget-insert, widget-setup):
Autoloaded.
* emacs-lisp/pp.el (pp-to-string): Autoloaded.
* wid-browse.el: Removed version and x-url keywords.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/pp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el index c9b71f4f03d..b209c210c4f 100644 --- a/lisp/emacs-lisp/pp.el +++ b/lisp/emacs-lisp/pp.el @@ -36,6 +36,7 @@ :type 'boolean :group 'pp) +;;;###autoload (defun pp-to-string (object) "Return a string containing the pretty-printed representation of OBJECT. OBJECT can be any Lisp object. Quoting characters are used as needed |