]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typos.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Sep 2011 12:19:04 +0000 (14:19 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 17 Sep 2011 12:19:04 +0000 (14:19 +0200)
lisp/org/ChangeLog
lisp/org/org.el
lisp/progmodes/cc-fonts.el
src/ChangeLog
src/xmenu.c

index d63929d794e654e7eb2a93a4e91cc466ddcef283..1c320f20e5185d235de483250f8526cfa48c379e 100644 (file)
@@ -1,3 +1,7 @@
+2011-09-17  Juanma Barranquero  <lekktu@gmail.com>
+
+       * org.el (org-toggle-pretty-entities): Fix typo in message.
+
 2011-09-02  Chong Yidong  <cyd@stupidchicken.com>
 
        * org-compat.el (org-pop-to-buffer-same-window): Deleted.
index d494bdb28fa2babe886e2b6b59bdee67424c1b90..419ff022cf672af5adacda0e981163b12a2fb9aa 100644 (file)
@@ -5660,7 +5660,7 @@ needs to be inserted at a specific position in the font-lock sequence.")
   (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))
index 1178a8a0b7ed1ecd92651b425d907e524416ce24..fd817e3b4f48e59e4966d6e67b0219c1035127be 100644 (file)
          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.
index c6238701301e2444706bcdd56b922afdea53e912..d09c970bc03c3bd52b62f1de8ca937e1a51bd7b8 100644 (file)
        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  <eliz@gnu.org>
 
index cf58e85af10394bfd040f1df4dee6337fbb14b00..7fcd2ad372483b46987406155862662e0112bc8a 100644 (file)
@@ -742,7 +742,7 @@ menu_highlight_callback (GtkWidget *widget, gpointer call_data)
   /* 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,