emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r105806: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r105806: Fix typos.
Date: Sat, 17 Sep 2011 14:19:04 +0200
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 105806
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2011-09-17 14:19:04 +0200
message:
  Fix typos.
modified:
  lisp/org/ChangeLog
  lisp/org/org.el
  lisp/progmodes/cc-fonts.el
  src/ChangeLog
  src/xmenu.c
=== modified file 'lisp/org/ChangeLog'
--- a/lisp/org/ChangeLog        2011-09-02 16:38:40 +0000
+++ b/lisp/org/ChangeLog        2011-09-17 12:19:04 +0000
@@ -1,3 +1,7 @@
+2011-09-17  Juanma Barranquero  <address@hidden>
+
+       * org.el (org-toggle-pretty-entities): Fix typo in message.
+
 2011-09-02  Chong Yidong  <address@hidden>
 
        * org-compat.el (org-pop-to-buffer-same-window): Deleted.

=== modified file 'lisp/org/org.el'
--- a/lisp/org/org.el   2011-09-02 16:38:40 +0000
+++ b/lisp/org/org.el   2011-09-17 12:19:04 +0000
@@ -5660,7 +5660,7 @@
   (org-set-local 'org-pretty-entities (not org-pretty-entities))
   (org-restart-font-lock)
   (if org-pretty-entities
-      (message "Entities are displayed as UTF8 characers")
+      (message "Entities are displayed as UTF8 characters")
     (save-restriction
       (widen)
       (org-decompose-region (point-min) (point-max))

=== modified file 'lisp/progmodes/cc-fonts.el'
--- a/lisp/progmodes/cc-fonts.el        2011-09-07 07:16:40 +0000
+++ b/lisp/progmodes/cc-fonts.el        2011-09-17 12:19:04 +0000
@@ -290,7 +290,7 @@
          res))))
 
   (defun c-make-font-lock-search-form (regexp highlights)
-    ;; Return a lisp form which will fontify every occurence of REGEXP
+    ;; Return a lisp form which will fontify every occurrence of REGEXP
     ;; (a regular expression, NOT a function) between POINT and `limit'
     ;; with HIGHLIGHTS, a list of highlighters as specified on page
     ;; "Search-based Fontification" in the elisp manual.

=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-09-17 08:09:45 +0000
+++ b/src/ChangeLog     2011-09-17 12:19:04 +0000
@@ -1303,7 +1303,7 @@
        underline, overline, and strike-through.
        (ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
        ns_draw_text_decoration.  Change treatment of cursor drawing to
-       accomomdate underlining, etc.
+       accommodate underlining, etc.
 
 2011-07-28  Eli Zaretskii  <address@hidden>
 

=== modified file 'src/xmenu.c'
--- a/src/xmenu.c       2011-09-09 01:06:52 +0000
+++ b/src/xmenu.c       2011-09-17 12:19:04 +0000
@@ -742,7 +742,7 @@
   /* If popup_activated_flag is greater than 1 we are in a popup menu.
      Don't pass the frame to show_help_event for those.
      Passing frame creates an Emacs event.  As we are looping in
-     popup_widget_loop, it won't be handeled.  Passing NULL shows the tip
+     popup_widget_loop, it won't be handled.  Passing NULL shows the tip
      directly without using an Emacs event.  This is what the Lucid code
      does below.  */
   show_help_event (popup_activated_flag <= 1 ? cb_data->cl_data->f : NULL,


reply via email to

[Prev in Thread] Current Thread [Next in Thread]