summaryrefslogtreecommitdiff
path: root/mpn/lisp
diff options
context:
space:
mode:
authorKevin Ryde <user42@zip.com.au>2002-04-23 00:15:27 +0200
committerKevin Ryde <user42@zip.com.au>2002-04-23 00:15:27 +0200
commit15bdbcd5bad0403a10a2e21cbca4fa991ffb48ef (patch)
tree73d261556ef1366f7f4dae94a00bc18e0c71019e /mpn/lisp
parentb030bf732321853579ec18a8fa51753237531e8e (diff)
downloadgmp-15bdbcd5bad0403a10a2e21cbca4fa991ffb48ef.tar.gz
* mpn/lisp/gmpasm-mode.el: Remove mention of defunct LF macro.
Diffstat (limited to 'mpn/lisp')
-rw-r--r--mpn/lisp/gmpasm-mode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpn/lisp/gmpasm-mode.el b/mpn/lisp/gmpasm-mode.el
index e05b68de9..bfc508471 100644
--- a/mpn/lisp/gmpasm-mode.el
+++ b/mpn/lisp/gmpasm-mode.el
@@ -1,7 +1,7 @@
;;; gmpasm-mode.el -- GNU MP asm and m4 editing mode.
-;; Copyright 1999, 2000, 2001 Free Software Foundation, Inc.
+;; Copyright 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
;;
;; This file is part of the GNU MP Library.
;;
@@ -185,7 +185,7 @@ should be treated by emacs.")
"`font-lock-keywords' for `gmpasm-mode'.
The keywords are m4 builtins and some of the GMP macros used in asm files.
-L and LF don't look good fontified, so they're omitted.
+L doesn't look good fontified, so it's omitted.
The right assembler comment regexp is added dynamically buffer-local (with
dnl too).")