소스 검색

Fix previous commit

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

+ 1 - 1
lisp/org-table.el

@@ -510,7 +510,7 @@ existing value of `header-line-format' we might want to restore."
 ;;;###autoload
 (define-minor-mode org-table-header-line-mode
   "Display the first row of the table at point in the header line."
-  nil " TblHl" nil
+  nil " TblHeader" nil
   :global nil
   :group 'org-table
   (unless (eq major-mode 'org-mode)