1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

Fix typos.

This commit is contained in:
Juanma Barranquero 2011-11-14 22:00:24 +01:00
parent 8350f087ef
commit 0b381c7eb8
53 changed files with 110 additions and 76 deletions

View file

@ -108,7 +108,7 @@ line ends at the end of the buffer, leave the point there."
(defun wisent-python-forward-line-skip-indented ()
"Move point to the next logical line, skipping indented lines.
That is the next line whose indentation is less than or equal to the
identation of the current line."
indentation of the current line."
(let ((indent (current-indentation)))
(while (progn (wisent-python-forward-line)
(and (not (eobp))
@ -291,7 +291,7 @@ To be implemented for Python! For now just return nil."
;; Character used to separation a parent/child relationship
semantic-type-relation-separator-character '(".")
semantic-command-separation-character ";"
;; The following is no more necessary as semantic-lex is overriden
;; The following is no more necessary as semantic-lex is overridden
;; in python-mode.
;; semantic-lex-analyzer 'wisent-python-lexer