diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-16 23:51:24 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2013-11-16 23:51:24 -0800 |
commit | d1389828747d3e78ed968ea4a3341e61e8df4a1d (patch) | |
tree | e67f48fbed424ee161db2602e8865b71a2a8757b /src | |
parent | 014690de705b6be7c55aa0b9ea85694c4fa1fd73 (diff) | |
download | emacs-d1389828747d3e78ed968ea4a3341e61e8df4a1d.tar.gz |
Spelling fixes.
* lisp/org/ob-python.el (org-babel-python-with-earmuffs):
Rename from org-babel-python-with-earmufs. All uses changed.
(org-babel-python-without-earmuffs):
Rename from org-babel-python-without-earmufs. All uses changed.
Diffstat (limited to 'src')
-rw-r--r-- | src/buffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buffer.h b/src/buffer.h index f39e3d33185..d1a3e50d7cf 100644 --- a/src/buffer.h +++ b/src/buffer.h @@ -871,7 +871,7 @@ struct buffer }; /* Most code should use these functions to set Lisp fields in struct - buffer. (Some setters that are priviate to a single .c file are + buffer. (Some setters that are private to a single .c file are defined as static in those files.) */ INLINE void bset_bidi_paragraph_direction (struct buffer *b, Lisp_Object val) |