summaryrefslogtreecommitdiff
path: root/lisp/cedet/ede/makefile-edit.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-10-01 04:10:10 +0000
committerGlenn Morris <rgm@gnu.org>2009-10-01 04:10:10 +0000
commita785b776a75832734952ddba204a7b89f3fa8462 (patch)
tree21826e2a2cc84ee5ad3ce3902b298365f6244ee3 /lisp/cedet/ede/makefile-edit.el
parent0b253b125133b0ef647c7172721d7241a2f05abc (diff)
downloademacs-a785b776a75832734952ddba204a7b89f3fa8462.tar.gz
Doc/message fixes.
Diffstat (limited to 'lisp/cedet/ede/makefile-edit.el')
-rw-r--r--lisp/cedet/ede/makefile-edit.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/cedet/ede/makefile-edit.el b/lisp/cedet/ede/makefile-edit.el
index 7810657a3af..30ffca70dda 100644
--- a/lisp/cedet/ede/makefile-edit.el
+++ b/lisp/cedet/ede/makefile-edit.el
@@ -1,6 +1,6 @@
;;; makefile-edit.el --- Makefile editing/scanning commands.
-;;; Copyright (C) 2009 Free Software Foundation, Inc.
+;; Copyright (C) 2009 Free Software Foundation, Inc.
;; Author: Eric M. Ludlam <eric@siege-engine.com>
@@ -75,7 +75,7 @@
;;
(defun makefile-move-to-macro (macro &optional next)
"Move to the definition of MACRO. Return t if found.
-If NEXT is non-nil, move to the next occurance of MACRO."
+If NEXT is non-nil, move to the next occurrence of MACRO."
(let ((oldpt (point)))
(when (not next) (goto-char (point-min)))
(if (re-search-forward (concat "^\\s-*" macro "\\s-*[+:?]?=") nil t)