]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/edebug.el
Don't quote nil and t in doc strings
[gnu-emacs] / lisp / emacs-lisp / edebug.el
index 98fb7e9888c7f06f446bc980398cafad2100d075..b5da3cc21747d3a29d726735ead1ac29861c256d 100644 (file)
@@ -600,7 +600,7 @@ list of a symbol.")
 (defun edebug-get-form-data-entry (pnt &optional end-point)
   ;; Find the edebug form data entry which is closest to PNT.
   ;; If END-POINT is supplied, match must be exact.
-  ;; Return `nil' if none found.
+  ;; Return nil if none found.
   (let ((rest edebug-form-data)
        closest-entry
        (closest-dist 999999))  ;; Need maxint here.