summaryrefslogtreecommitdiff
path: root/lisp/org/org-irc.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2014-01-08 11:16:10 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2014-01-08 11:16:10 -0800
commit136b74c53a66ae5607e0604246dc127718d3c5e6 (patch)
treece2e77dfa265dabe346dcdb38a8e3adc12b599aa /lisp/org/org-irc.el
parenta129f1df5ddf94299dae724856b73e5d0b2c9095 (diff)
Spelling fixes.
* lisp/language/china-util.el (hz-ascii-designation): Rename from hz-ascii-designnation. (hz-ascii-designation): Rename from hz-ascii-designnation. All uses changed. * lisp/cedet/semantic/decorate/include.el (semantic-decoration-mouse-3): Rename from semantic-decoratiton-mouse-3. All uses changed. * lisp/org/org-irc.el (org-irc-ellipsify-description): Rename from org-irc-elipsify-description. All uses changed.
Diffstat (limited to 'lisp/org/org-irc.el')
-rw-r--r--lisp/org/org-irc.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/org/org-irc.el b/lisp/org/org-irc.el
index 9d2d20cab27..8f9761b323f 100644
--- a/lisp/org/org-irc.el
+++ b/lisp/org/org-irc.el
@@ -105,7 +105,7 @@ attributes that are found."
((eq major-mode 'erc-mode)
(org-irc-erc-store-link))))
-(defun org-irc-elipsify-description (string &optional after)
+(defun org-irc-ellipsify-description (string &optional after)
"Remove unnecessary white space from STRING and add ellipses if necessary.
Strip starting and ending white space from STRING and replace any
chars that the value AFTER with '...'"
@@ -158,7 +158,7 @@ the session itself."
(progn
(org-store-link-props
:type "file"
- :description (concat "'" (org-irc-elipsify-description
+ :description (concat "'" (org-irc-ellipsify-description
(cadr parsed-line) 20)
"' from an IRC conversation")
:link (concat "file:" (car parsed-line) "::"