OSDN Git Service

add TAB and M-TAB to docstring of howm-view-mode
[howm/howm.git] / howm-view.el
index 2868646..4a5aedf 100644 (file)
@@ -1,7 +1,6 @@
 ;;; howm-view.el --- Wiki-like note-taking tool
-;;; Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2015, 2016, 2017
-;;;   HIRAOKA Kazuyuki <khi@users.sourceforge.jp>
-;;; $Id: howm-view.el,v 1.251 2012-12-29 08:57:18 hira Exp $
+;;; Copyright (C) 2002, 2003, 2004, 2005-2020
+;;;   HIRAOKA Kazuyuki <khi@users.osdn.me>
 ;;;
 ;;; This program is free software; you can redistribute it and/or modify
 ;;; it under the terms of the GNU General Public License as published by
 (defalias 'howm-view-restore-window-configuration #'riffle-restore-window-configuration)
 
 ;; for howmoney.el
-;; http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?howmoney
+;; https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?howmoney
 (defun howm-view-get-buffer (name-format &optional name new)
   (let ((riffle-type ':howm)) ;; cheat
     (riffle-get-buffer name-format name new)))
@@ -173,6 +172,8 @@ key binding
 \\[riffle-scroll-other-window] Scroll contents one line
 \\[riffle-scroll-other-window-down]    Scroll contents one line
 \\[riffle-summary-to-contents] Concatenate all contents
+\\[howm-view-summary-next-section]     Next file (Skip items in the same file)
+\\[howm-view-summary-previous-section] Previous file (Skip items in the same file)
 \\[howm-view-filter-uniq]      Remove duplication of same file
 \\[howm-view-summary-shell-command]    Execute command in inferior shell
 
@@ -686,7 +687,7 @@ But I'm not sure for multi-byte characters on other versions of emacsen."
   (let ((kw font-lock-keywords))
     (prog1
         ;; return item-list for
-        ;; http://howm.sourceforge.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder
+        ;; https://howm.osdn.jp/cgi-bin/hiki/hiki.cgi?HidePrivateReminder
         (howm-view-summary-rebuild (funcall proc (howm-view-item-list) switch))
       (setq font-lock-keywords kw))))