소스 검색

update function documentation for `org-test-with-temp-text'

* testing/org-test.el (org-test-with-temp-text): Update function documentation.
Eric Schulte 13 년 전
부모
커밋
c8c804e917
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      testing/org-test.el

+ 2 - 1
testing/org-test.el

@@ -183,7 +183,8 @@ files."
 (defmacro org-test-with-temp-text (text &rest body)
   "Run body in a temporary buffer with Org-mode as the active
 mode holding TEXT.  If the string \"<point>\" appears in TEXT
-then remove it and place the point there before running BODY."
+then remove it and place the point there before running BODY,
+otherwise place the point at the beginning of the inserted text."
   (declare (indent 1))
   (let ((inside-text (if (stringp text) text (eval text))))
     `(with-temp-buffer