Remove outdated references to removed functions
The save_parse_state' has been removed since long ago.
@@ -299,9 +299,7 @@ | ||
299 | 299 | |
300 | 300 | /* Returns the prompt string, possibly containing backslash escapes. |
301 | 301 | * `type' must be 1, 2 or 4. |
302 | - * This function never fails: A newly malloced string is always returned. | |
303 | - * `save_parse_state' must be called before calling this function because this | |
304 | - * function calls `parse_string'. */ | |
302 | + * This function never fails: A newly malloced string is always returned. */ | |
305 | 303 | struct promptset_T get_prompt(int type) |
306 | 304 | { |
307 | 305 | struct promptset_T result; |
@@ -79,8 +79,7 @@ | ||
79 | 79 | |
80 | 80 | |
81 | 81 | /* If it is time to check mail, checks if the mail file is updated, and if so |
82 | - * prints a message. The parsing state must be saved with `save_parse_state' | |
83 | - * before calling this function. */ | |
82 | + * prints a message. */ | |
84 | 83 | void check_mail(void) |
85 | 84 | { |
86 | 85 | if (is_time_to_check_mail()) |