num-rights))
(defun file-modes-number-to-symbolic (mode &optional filetype)
- "Return a string describing a a file's MODE.
+ "Return a string describing a file's MODE.
For instance, if MODE is #o700, then it produces `-rwx------'.
FILETYPE if provided should be a character denoting the type of file,
such as `?d' for a directory, or `?l' for a symbolic link and will override
w->update_mode_line = true;
/* When a window's mode line needs to be updated, the window's frame's
title may also need to be updated, but we don't need to worry about it
- here. Instead, `gui_consider_frame_title` is automatically called
+ here. Instead, `gui_consider_frame_title' is automatically called
whenever w->update_mode_line is set for that frame's selected window.
But for this to work reliably, we have to make sure the window
is considered, so we have to mark it for redisplay. */
- wset_redisplay (w); }
+ wset_redisplay (w);
+}
DEFUN ("set-buffer-redisplay", Fset_buffer_redisplay,
Sset_buffer_redisplay, 4, 4, 0,