# HG changeset patch # User Oleksandr Gavenko # Date 1426110980 -7200 # Node ID 47bc80daa918a15f2e911f0909ba3e841a0a9076 # Parent 1723332887fcc17f55fae6b69fbd1f4aabdbd710 Fix checkdoc warnings. diff -r 1723332887fc -r 47bc80daa918 my-log-mode.el --- a/my-log-mode.el Wed Mar 11 23:52:31 2015 +0200 +++ b/my-log-mode.el Wed Mar 11 23:56:20 2015 +0200 @@ -17,7 +17,7 @@ ;;; Code: (defun my-log-goto (point) - "" + "Visit file according to error specification at POINT." (interactive "d") (let ( start stop line fname fline (fregex "^\\([^:]+\\):\\([[:digit:]]+\\):") ) (save-excursion