From 0d26e0b62b7d01e3cb6eb57943269b8f25e53cd6 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Tue, 15 Nov 2011 01:54:19 +0100 Subject: Fix typos. --- lisp/allout.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/allout.el') diff --git a/lisp/allout.el b/lisp/allout.el index 9eeddb207ff..df2a21ffb2c 100644 --- a/lisp/allout.el +++ b/lisp/allout.el @@ -2525,7 +2525,7 @@ Outermost is first." (defun allout-mark-active-p () "True if the mark is currently or always active." ;; `(cond (boundp...))' (or `(if ...)') invokes special byte-compiler - ;; provisions, at least in fsf emacs to prevent warnings about lack of, + ;; provisions, at least in GNU Emacs to prevent warnings about lack of, ;; eg, region-active-p. (cond ((boundp 'mark-active) mark-active) -- cgit v1.2.1