소스 검색

Fix small typo in docstring.

Bastien Guerry 14 년 전
부모
커밋
8892fe3f04
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/org-table.el

+ 1 - 1
lisp/org-table.el

@@ -181,7 +181,7 @@ this line."
 Possible values are:
 nil     never use them
 from    accept as input, do not present for editing
-t:      accept as input and present for editing"
+t       accept as input and present for editing"
   :group 'org-table-calculation
   :type '(choice
 	  (const :tag "Never, don't even check user input for them" nil)