aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/pp.el
diff options
context:
space:
mode:
authorPer Abrahamsen <[email protected]>2002-02-14 16:47:11 +0000
committerPer Abrahamsen <[email protected]>2002-02-14 16:47:11 +0000
commit0e520006a8a15f16971c5603c7821c03732ec23f (patch)
treee548fab549ae6dbed8285357d5613cb2189e920d /lisp/emacs-lisp/pp.el
parent8df9f2a38746e4163c40722dc3bee73c486a599d (diff)
2002-02-14 Per Abrahamsen <[email protected]>
* 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/pp.el')
-rw-r--r--lisp/emacs-lisp/pp.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/pp.el b/lisp/emacs-lisp/pp.el
index c9b71f4f03..b209c210c4 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