From a30e71aee84b52e1de298a29a96888150711e4a5 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Sun, 4 Oct 2009 01:44:39 +0000 Subject: * files-x.el (modify-dir-local-variable) (copy-dir-locals-to-file-locals-prop-line): * cedet/ede/makefile-edit.el (makefile-beginning-of-command) (makefile-end-of-command): * cedet/semantic/lex.el (semantic-lex-token): * cedet/semantic/analyze/fcn.el (semantic-analyze-dereference-metatype-1): * cedet/semantic/bovine/c.el (semantic-lex-cpp-define) (semantic-lex-cpp-undef): * cedet/semantic/wisent/wisent.el (wisent-skip-block): * cedet/srecode/srt-mode.el (semantic-beginning-of-context) (semantic-end-of-context): Fix typos in docstrings. --- lisp/cedet/semantic/analyze/fcn.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/cedet/semantic/analyze') diff --git a/lisp/cedet/semantic/analyze/fcn.el b/lisp/cedet/semantic/analyze/fcn.el index d0d5fc78b43..83ffdb4b10f 100644 --- a/lisp/cedet/semantic/analyze/fcn.el +++ b/lisp/cedet/semantic/analyze/fcn.el @@ -288,7 +288,7 @@ Optional argument TYPE-DECLARATION is how TYPE was found referenced." (defun semantic-analyze-dereference-metatype-1 (ans scope) "Do extra work after dereferencing a metatype. -ANS is the answer from the the language specific query. +ANS is the answer from the language specific query. SCOPE is the current scope." (require 'semantic/scope) ;; If ANS is a string, or if ANS is a short tag, we -- cgit v1.2.1