aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2014-10-09 08:59:41 -0700
committerPaul Eggert2014-10-09 08:59:41 -0700
commit078c4dc63523a1344dbbab6e69a3c213c67acfc6 (patch)
treeffb299b2dde117717bcfc8cd59ce67c96fff5952
parentd7a6097b57197da07cad511b99824fdcc95e14bf (diff)
downloademacs-078c4dc63523a1344dbbab6e69a3c213c67acfc6.tar.gz
emacs-078c4dc63523a1344dbbab6e69a3c213c67acfc6.zip
Spelling fixes.
-rw-r--r--lisp/org/org.el2
-rw-r--r--src/xfaces.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org.el b/lisp/org/org.el
index c42102cac37..c4f8325de33 100644
--- a/lisp/org/org.el
+++ b/lisp/org/org.el
@@ -7571,7 +7571,7 @@ headline or the item and create a new headline/item with the text
7571in the current line after point \(see `org-M-RET-may-split-line' 7571in the current line after point \(see `org-M-RET-may-split-line'
7572on how to modify this behavior). 7572on how to modify this behavior).
7573 7573
7574With one universal prefirx argument, set the user option 7574With one universal prefix argument, set the user option
7575`org-insert-heading-respect-content' to t for the duration of 7575`org-insert-heading-respect-content' to t for the duration of
7576the command. This modifies the behavior described above in this 7576the command. This modifies the behavior described above in this
7577ways: on list items and at the beginning of normal lines, force 7577ways: on list items and at the beginning of normal lines, force
diff --git a/src/xfaces.c b/src/xfaces.c
index 9579bcce572..1dc068cf18a 100644
--- a/src/xfaces.c
+++ b/src/xfaces.c
@@ -3122,7 +3122,7 @@ FRAME 0 means change the face on all frames, and change the default
3122 3122
3123 /* FIXME: 3123 /* FIXME:
3124 If frame is t, and selected frame is a tty frame, the font 3124 If frame is t, and selected frame is a tty frame, the font
3125 can't be realized. An improvement wuld be to loop over frames 3125 can't be realized. An improvement would be to loop over frames
3126 for a non-tty frame and use that. See discussion in 3126 for a non-tty frame and use that. See discussion in
3127 bug#18573. 3127 bug#18573.
3128 */ 3128 */