diff lisp/emacs-lisp/byte-opt.el @ 42206:0f4506820432

Doc fix.
author Pavel Janík <Pavel@Janik.cz>
date Thu, 20 Dec 2001 19:01:00 +0000
parents cb878b38afc6
children 76d12dafa83d
line wrap: on
line diff
--- a/lisp/emacs-lisp/byte-opt.el	Thu Dec 20 18:59:32 2001 +0000
+++ b/lisp/emacs-lisp/byte-opt.el	Thu Dec 20 19:01:00 2001 +0000
@@ -1235,7 +1235,7 @@
 (defun disassemble-offset ()
   "Don't call this!"
   ;; fetch and return the offset for the current opcode.
-  ;; return NIL if this opcode has no offset
+  ;; return nil if this opcode has no offset
   ;; OP, PTR and BYTES are used and set dynamically
   (defvar op)
   (defvar ptr)