]> code.delx.au - gnu-emacs/blobdiff - lisp/subr.el
Fix debbugs#16971
[gnu-emacs] / lisp / subr.el
index 1bfa3c83a35693873f4ea8f658367c8a93e750c7..e4350bffff858dafe3464ca5b3c06e67d0961095 100644 (file)
@@ -1461,7 +1461,7 @@ Each hook function definition is used to construct the FUN passed
 to the next hook function, if any.  The last (or \"outermost\")
 FUN is then called once."
   (declare (indent 2) (debug (form sexp body))
-           (obsolete "use a <foo>-function variable modified by add-function."
+           (obsolete "use a <foo>-function variable modified by `add-function'."
                      "24.4"))
   ;; We need those two gensyms because CL's lexical scoping is not available
   ;; for function arguments :-(