]> code.delx.au - gnu-emacs/blobdiff - lisp/widget.el
Doc fixes for menu-bar.el
[gnu-emacs] / lisp / widget.el
index d62f7ffd8d1b2f1552f76e00c7f9b34fa0edb8b2..2db645ab08de16f42f2a358873b4b9a8c7a9f6de 100644 (file)
@@ -1,6 +1,6 @@
 ;;; widget.el --- a library of user interface components
 ;;
-;; Copyright (C) 1996-1997, 2001-2015 Free Software Foundation, Inc.
+;; Copyright (C) 1996-1997, 2001-2016 Free Software Foundation, Inc.
 ;;
 ;; Author: Per Abrahamsen <abraham@dina.kvl.dk>
 ;; Keywords: help, extensions, faces, hypermedia
@@ -80,7 +80,7 @@ create identical widgets:
 
 * (widget-create NAME)
 
-* (apply 'widget-create CLASS ARGS)
+* (apply \\='widget-create CLASS ARGS)
 
 The third argument DOC is a documentation string for the widget."
   ;;