瀏覽代碼

Fixed typos.

Carsten Dominik 17 年之前
父節點
當前提交
a9ac84c16c
共有 2 個文件被更改,包括 2 次插入1 次删除
  1. 1 1
      doc/org.texi
  2. 1 0
      lisp/org-exp.el

+ 1 - 1
doc/org.texi

@@ -4948,7 +4948,7 @@ When you are finished preparing a note with @i{remember}, you have to press
 remember buffer, you will first be asked if you want to clock out
 now@footnote{To avoid this query, configure the variable
 @code{org-remember-clock-out-on-exit}.}.  If you answer @kbd{n}, the clock
-will continue to run after the note is filed away.
+will continue to run after the note was filed away.
 
 The handler will then store the note in the file and under the headline
 specified in the template, or it will use the default file and headlines.

+ 1 - 0
lisp/org-exp.el

@@ -2993,6 +2993,7 @@ lang=\"%s\" xml:lang=\"%s\">
 		(if (not valid) (setq rpl desc))))
 
 	     ((functionp (setq fnc (nth 2 (assoc type org-link-protocols))))
+	      ;; The link protocol has a function for format the link
 	      (setq rpl
 		    (save-match-data
 		      (funcall fnc (org-link-unescape path) desc1 'html))))