+2006-11-06 Juanma Barranquero <lekktu@gmail.com>
+
+ * international/ja-dic-cnv.el (skkdic-convert):
+ * cus-edit.el (hook): Fix typo in docstring.
+
2006-11-06 Chong Yidong <cyd@stupidchicken.com>
* cus-edit.el (custom-mode-map): Move defvar above code using it.
;;; The `hook' Widget.
(define-widget 'hook 'list
- "An emacs lisp hook."
+ "An Emacs Lisp hook."
:value-to-internal (lambda (widget value)
(if (and value (symbolp value))
(list value)
(eq (get symbol 'force-value)
'rogue))))
(comment (get symbol 'saved-variable-comment)))
- ;; Check REQUESTS for validity.
+ ;; Check REQUESTS for validity.
(dolist (request requests)
(when (and (symbolp request) (not (featurep request)))
(message "Unknown requested feature: %s" request)